C# |
---|
public String GetConnectionString() |
C# |
---|
// See the DataConfig setup code on the DataConfig class page. // Creates the populated connection string. private static void GetConnectionString(DataConfig dataConfig) { var connString = dataConfig.GetConnectionString(); } |